Let Xen have 256 PIRQs to guests.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 12 Jul 2005 17:23:38 +0000 (17:23 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 12 Jul 2005 17:23:38 +0000 (17:23 +0000)
xen/include/xen/sched.h

index 399210084cb4823c84862b83b064f4f4722a653a..8caebed58815efce9727e3c353e77e6402116c0c 100644 (file)
@@ -122,7 +122,7 @@ struct domain
      * domain's event-channel spinlock. Read accesses can also synchronise on 
      * the lock, but races don't usually matter.
      */
-#define NR_PIRQS 128 /* Put this somewhere sane! */
+#define NR_PIRQS 256 /* Put this somewhere sane! */
     u16              pirq_to_evtchn[NR_PIRQS];
     u32              pirq_mask[NR_PIRQS/32];